-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: bump version to 1.8.0 #262
Conversation
pyproject.toml
Outdated
@@ -1,14 +1,12 @@ | |||
[tool.poetry] | |||
name = "poetry-plugin-export" | |||
version = "1.6.0" | |||
version = "1.8.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not 1.7.0? there is no need to keep the plugin version synchronized with the poetry version
skipping a version will just cause people to raise issues asking why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it to 1.7.0
@@ -20,8 +18,7 @@ include = [ | |||
|
|||
[tool.poetry.dependencies] | |||
python = "^3.8" | |||
poetry = "^1.6.0" | |||
poetry-core = "^1.7.0" | |||
poetry = "^1.8.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this plugin imports directly from poetry-core, so it should explicitly depend on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, I was trying to find the import but didn't see it, let me fix that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Omg... searched for the wrong import string, too much js ugh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Quality Gate passedIssues Measures |
No description provided.